Skip to content

Fix trailing whitespace in folder path to resolve Windows cloning crash#1024

Open
best-ed wants to merge 2 commits into
Ayushparikh-code:mainfrom
best-ed:main
Open

Fix trailing whitespace in folder path to resolve Windows cloning crash#1024
best-ed wants to merge 2 commits into
Ayushparikh-code:mainfrom
best-ed:main

Conversation

@best-ed

@best-ed best-ed commented Jun 9, 2026

Copy link
Copy Markdown

Description

Fixed a file-naming syntax bug in the repository structure. The folder name Responsive Navigation Bar contained a trailing whitespace before the forward slash (Responsive Navigation Bar /index.html).

Windows file systems strictly forbid trailing whitespaces in folder paths. Because of this validation rule, any Windows user attempting to download, pull, or clone this repository faces a fatal crash error during the git checkout phase, rendering the clone incomplete. Removing the trailing space allows the repository to clone smoothly on all Windows devices without custom local Git configurations.

Checklist

  • I've been assigned an issue related to this PR.
  • I've used beautifiers.
  • I've added my Project's name and description to Index.md
  • I've made a README.md file for my Project.
  • The README.md file of my projrct contains Project title, Description, Use of project, Set up, Stack used and Output (Screenshots).

Related Issues or Pull Requests number

None (Independent cross-platform compatibility bug fix).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant